home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 141
/
(Vol 141) Oct 17 2011.iso
/
Games
/
defcon-minus.swf
/
scripts
/
frame_8
/
PlaceObject2_211_15
/
CLIPACTIONRECORD onClipEvent(mouseMove).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-10-17
|
232 b
|
10 lines
onClipEvent(mouseMove){
if(!_root.gamePaused)
{
Xd = _root._xmouse - _X;
Yd = _root._ymouse - _Y;
radAngle = Math.atan2(Yd,Xd);
_rotation = int(radAngle * 360 / 6.283185307179586 + 90);
}
}